PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFDocumentSecurityStore Class / setCertificates Method
A collection of document security store items, each containing one DER encoded X.509 certificate (see RFC 5280).
In This Topic
    setCertificates Method
    In This Topic
    Sets the certificates collection.
    This collection contains certificates that may be used in the validation of any signatures in the document.
    Syntax

    Parameters

    certificates
    A collection of document security store items, each containing one DER encoded X.509 certificate (see RFC 5280).
    See Also